home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / grafica / pcad20a / printer / pcad.printer next >
Text File  |  1996-11-17  |  2KB  |  53 lines

  1. FILETYPE=PRINTER
  2. # printers name:
  3. NAME=WORKBENCH
  4. # PCAD Paper Sizes for Printers:
  5. # Name=Width,Height
  6. # Width = Printer Columns [1/100 mm]
  7. # Height = Printer Rows [1/100 mm]
  8. # NOTE: width and height are specified by 1/100 millimeters !!!
  9. #       DINA4=21000,29700 specifies a paper format of 210x297mm.
  10. PAPERSIZE:
  11. DINA4=21000,29700
  12. DINA3=29700,42000
  13. DINA2=42000,59400
  14. 8x12in=20320,30480
  15. 8x8(Test)=20320,20320
  16. 4x4(Medium)=10160,10160
  17. 2x2(Small)=5080,5080
  18. PAPERSIZE_END
  19. #End of Table
  20. # the LINEWEIGHT table overrides the default color <-> lineweight mapping
  21. # the format of one entry is:
  22. # colornumber = weight [pixels]
  23. # '1=4' specifies: colornumber (or pennumber) 'one' is printed with
  24. #                  a weight of 4 pixles
  25. #
  26. # example mapping table:
  27. #
  28. #     weight:| 1->0.35mm | 2->0.5mm | 3->0.25mm | 4->0.35mm | 5->0.7mm
  29. # -----------|           |          |           |           |
  30. # resolution +-----------+----------+-----------+-----------+----------
  31. # ~300dpi    | 1=4 pixel | 2=6 ...  | 3=2       | 4=4       | 5=8
  32. # ~360dpi    | 1=5   "   | 2=7 ..   | 3=2       | 4=5       | 5=9
  33. # ~180dpi    | 1=2   "   | 2=3 ..   | 3=1       | 4=2       | 5=4
  34. #
  35. # the following table uses 300 dpi
  36. LINEWEIGHT:
  37. 1=4
  38. 2=6
  39. 3=2
  40. 4=4
  41. 5=8
  42. 6=2
  43. 7=2
  44. LINEWEIGHT_END
  45. # the lineweights are relative to the maximum horizonal resoultion of your printer
  46. # if REDUCELINEWEIGHT=TRUE the lineweights are reduced when using low resolutions
  47. REDUCELINEWEIGHT=TRUE
  48. # scaling of the line-patterns:
  49. LINEPATTERNSCALE=6
  50. # same as REDUCELINEWEIGHT, but reduces the patternscale
  51. REDUCELINESCALE=TRUE
  52. END
  53.